//==============================================================================
// wolf_anim.txt
//==============================================================================

//==============================================================================
define soundwave
{
   set hotspot
   {
      version
      {
		Visualparticle Special G Nemean Lion Attack
      }
   }
}

//==============================================================================
define norsebirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX N Myth Unit Birth Effect
      }
   }
}
	
//==============================================================================
define heroglow
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Hero Glow Small
		}
	}
}

//==============================================================================
define SunLight
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A God Power Summon Sunlight
		}
	}
}


//==============================================================================
define GroundGlow
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A God Power Summon GroundGlow
		}
	}
}

//==============================================================================
define soul
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul
      }
   }
}

//==============================================================================
define soulaurora
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Aurora
      }
   }
}

//==============================================================================
define heavenlight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Heaven Light
      }
   }
}

//==============================================================================
define soulbirth
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Birth
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Special N Fenris_BirthA
				ReplaceTexture Special N Fenris/Onrlu
				connect HOTSPOT norsebirthSFX hotspot
         }
      }
   }
}

//==============================================================================
anim idle
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			Visual Special N Fenris_IdleA
			ReplaceTexture Special N Fenris/Onrlu
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N Fenris_WalkA
			ReplaceTexture Special N Fenris/Onrlu
			Connect FRONTABDOMEN heroglow hotspot
         }
			version
         {
            Visual Special N Fenris_RunA
			ReplaceTexture Special N Fenris/Onrlu
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim run
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N Fenris_RunA
			ReplaceTexture Special N Fenris/Onrlu
			length .6
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N Fenris_AttackA
			ReplaceTexture Special N Fenris/Onrlu
			Connect FRONTABDOMEN heroglow hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag Attack 0.57 true   
               tag GenericSound 0.40 true   
               tag SpecificSoundSet 0.57 false CrocSnap checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
/*
anim walkAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special N Fenris_AttackA
			ReplaceTexture Special N Fenris/Onrlu
            Tag Attack 0.4 true
            Tag GenericSound 0.4 true
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}
*/

//==============================================================================
anim Bored
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
				Visual Special N Fenris_BoredA
				ReplaceTexture Special N Fenris/Onrlu
				Connect FRONTABDOMEN heroglow hotspot
         }
			version
         {
				Visual Special N Fenris_BoredB
				ReplaceTexture Special N Fenris/Onrlu
				Connect FRONTABDOMEN heroglow hotspot
         }
			version
         {
				Visual Special N Fenris_BoredC
				ReplaceTexture Special N Fenris/Onrlu
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			Visual Special N Fenris_DeathA
			ReplaceTexture Special N Fenris/Onrlu
				connect ATTACHPOINT soul hotspot
				connect ATTACHPOINT soulaurora hotspot
				connect ATTACHPOINT heavenlight hotspot
				connect ATTACHPOINT soulbirth hotspot
				Connect FRONTABDOMEN heroglow hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.00 false AHeroHasFallen  checkOwner
               tag SpecificSoundSet 0.00 false FenrisWolfDeath1 checkVisible 
               tag SpecificSoundSet 0.35 false FenrisWolfDeath2 checkVisible 
               tag SpecificSoundSet 0.75 false HeavyFall checkVisible
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Recover
{
	SetSelector none 
	{
		set hotspot
		{
			version
			{
			    Visual Special N Fenris_boredC
				ReplaceTexture Special N Fenris/Onrlu
				Connect FRONTABDOMEN heroglow hotspot
				connect hotspot sunlight hotspot
				connect hotspot groundglow hotspot
			}
		}
	}
}

//==============================================================================
anim Flail
{
   SetSelector none
   {
      set hotspot
      {
         version
         {
			Visual Special N Fenris_FlailA
			ReplaceTexture Special N Fenris/Onrlu
			Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}

//==============================================================================
anim whirlwindAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
           Visual Special N Fenris_BoredA
		   ReplaceTexture Special N Fenris/Onrlu
					Connect FRONTABDOMEN heroglow hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.40 true   
            tag SpecificSoundSet 0.15 false wolfambient checkVisible 
//-- end auto generated section
			connect TOPOFHEAD soundwave HOTSPOT
         }
      }
   }
}